home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000417_news@columbia.edu_Mon Jul 24 12:38:24 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA12326
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 24 Jul 1995 08:38:36 -0400
  3. Received: by apakabar.cc.columbia.edu id AA10397
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 24 Jul 1995 08:38:32 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: CP/M Kermit
  9. Date: 24 Jul 1995 12:38:24 GMT
  10. Organization: Columbia University
  11. Lines: 16
  12. Message-Id: <3v0480$a4p@apakabar.cc.columbia.edu>
  13. References: <00000EA10000003C@prostar.com>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <00000EA10000003C@prostar.com>,
  18. Lee Hauser <lee.hauser@prostar.com> wrote:
  19. > I was recently on the ftp site looking for CP/M 4.11 for Kaypro (CP/M) ...
  20. >
  21. You mean CP/M *Kermit* 4.11 for the Kaypro :-)
  22.  
  23. > ... and wondered which file was the one I'm looking for... and does it
  24. > need to be translated somehow to become a .com file?  Any help for this
  25. > poor retro-computist would be greatly appreciated!
  26. >
  27. The directions are in the manual, cpkerm.{doc,ps}.  Basically, you need
  28. two hex files:  cpsker.hex (the system-independent part) and cpvkpr.hex
  29. (the Kaypro "overlay").  Then you follow the directions for merging them
  30. together with MLOAD.
  31.  
  32. - Frank